home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Amster
- **
- ** This program is free software; you can redistribute it and/or
- ** modify it under the terms of the GNU General Public License.
- **
- ** socket includes
- */
-
- #include <proto/exec.h>
-
- #ifdef __GNUC__
- #ifdef __MORPHOS__
- #include <ppcinline/socket.h>
- #else
- #include <inline/socket.h>
- #endif
- #else
- #include <proto/socket.h>
- #endif
-
- #include <netdb.h>
- #include <sys/time.h>
- #include <sys/socket.h>
- #include <sys/ioctl.h>
- #include <netinet/tcp.h>
- #include <netinet/in.h>
- #include <bsdsocket/socketbasetags.h>
- #include <errno.h>
- #include <time.h>
-